'Declaration Public Function LoadMoreItemsAsync( _ ByVal eTag As Guid, _ ByVal count As Nullable(Of Integer) _ ) As Task(Of Boolean)
public Task<bool> LoadMoreItemsAsync( Guid eTag, Nullable<int> count )
Parameters
- eTag
- The token that determines whether the calling collection is syncrhonized.
- count
- The desired number of items to be added.